HADOOP-18507. VectorIO FileRange type to support a "reference" field#5076
Merged
steveloughran merged 3 commits intoapache:trunkfrom Oct 31, 2022
Merged
Conversation
Add new reference field; verifies it remains in merging. also fix up those tests which used string comparison of range values into actual field checking. Change-Id: I46fe5fb9d21f58a15bce0b42bd79cefd1bd0a0fe
Contributor
mukund-thakur
left a comment
There was a problem hiding this comment.
looks good. Yetus failed but it doesn't show any error.
Also did you re-ran the vectored io integration tests? Which endpoint?
| * Get any reference passed in to the file range constructor. | ||
| * This is not used by any implementation code; it is to help | ||
| * bind this API to libraries retrieving multiple stripes of | ||
| * dat in parallel.j |
| FileRange.createFileRange(1000, 100) | ||
| FileRange.createFileRange(3000, 100, "1"), | ||
| FileRange.createFileRange(2100, 100, "2"), | ||
| FileRange.createFileRange(1000, 100, "3") |
Contributor
There was a problem hiding this comment.
Can we set one reference to null, such that null references gets tested as well.
Change-Id: I50cf741e76189a53a587de31cd69928536a986dd
|
🎊 +1 overall
This message was automatically generated. |
mukund-thakur
approved these changes
Oct 26, 2022
Contributor
mukund-thakur
left a comment
There was a problem hiding this comment.
+1 pending checkstyle issues.
Change-Id: I79b8be3ae8498fe02f85e47c270990293663f940
|
🎊 +1 overall
This message was automatically generated. |
Contributor
Author
|
in trunk; need to backport |
asfgit
pushed a commit
that referenced
this pull request
Nov 1, 2022
…5076) Contributed by Steve Loughran
asfgit
pushed a commit
that referenced
this pull request
Nov 8, 2022
…5076) Contributed by Steve Loughran
HarshitGupta11
pushed a commit
to HarshitGupta11/hadoop
that referenced
this pull request
Nov 28, 2022
…pache#5076) Contributed by Steve Loughran
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add new reference field; verifies it remains in merging.
also fix up those tests which used string comparison of range values into actual field checking.
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?